Triggered when an audit log event is created.
Event type—com.hpe.greenlake.audit-log.v1.logs.created
required | object (AuditLog) The event payload. |
id required | string <uuid> The unique identifier for the event. |
source required | string The source field is a URI-reference that identifies the event producer. |
specversion required | string The version of the CloudEvents specification the event adheres to. |
subject required | string |
type required | string The type of event. |
datacontenttype | string The encoding of the data in the |
dataschema | string A URI pointing to the |
time | string <date-time> The date and time the event occurred in RFC 3339 format. |
{- "specversion": 1,
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "source": "Compute",
- "type": "AUDIT_LOGS",
- "time": "2023-10-01T12:00:00Z",
- "subject": "string",
- "dataschema": "string",
- "datacontenttype": "string",
- "data": {
- "app_slug": "COM",
- "customer_id": "1234567190abcdef1234567890abcdef",
- "username": "string",
- "app_instance_id": "3f8e1b2-1234-5678-90ab-cdef12345678",
- "application_customer_id": null,
- "audit_details": {
- "header": "value",
- "body": "value"
}, - "enable_streaming": "true or false",
- "audit_info": {
- "username": "string",
- "category": "User Management",
- "customer_name": "Sasha's Workspace",
- "account_type": "MSP",
- "msp_id": "5434567890abcdef1234567890abcdef",
- "audit_created_at": "2023-10-01T12:00:00Z",
- "additional_info": {
- "ip_address": "171.217.21.14"
}, - "has_details": true
}, - "created_at": "string"
}
}